home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 235
/
Issue 235 - September 2007 - DPCS0907DVD.ISO
/
Microsoft
/
Expression Blend
/
Blend.en.msi
/
Sparkle.Template.VisualBasic.Window.xaml.vb.en
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-16 (detected)
UTF-8
Wrap
Text (UTF-16)
|
2007-03-19
|
874 b
|
20 lines
Imports System
Imports System.IO
Imports System.Net
Imports System.Windows
Imports System.Windows.Controls
Imports System.Windows.Data
Imports System.Windows.Media
Imports System.Windows.Media.Animation
Imports System.Windows.Navigation
Partial Public Class $safeitemname$
Public Sub New()
MyBase.New()
Me.InitializeComponent()
' Insert code required on object creation below this point.
End Sub
End Class